-
-
Couldn't load subscription status.
- Fork 5.7k
inference: bail from const-prop if const-prop fails #42112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks solid.
|
Oh, still needs rebase to take in the changes of #42082 : |
Otherwise we can can end up in an infinite cycle of attempting const-prop, and that failing. Also handle Varargs in method-lookup matching, which was the cause for which we could not compute the const-prop signature. Fixes #42097
Otherwise we can end up in an infinite cycle of attempting const-prop, and that failing. Also handle `Varargs` in method-lookup matching, which was the cause for which we could not compute the const-prop signature. Fixes JuliaLang#42097
Otherwise we can end up in an infinite cycle of attempting const-prop, and that failing. Also handle `Varargs` in method-lookup matching, which was the cause for which we could not compute the const-prop signature. Fixes JuliaLang#42097
|
Needs a manual backport against |
Otherwise we can can end up in an infinite cycle of attempting
const-prop, and that failing. Also handle Varargs in method-lookup
matching, which was the cause for which we could not compute the
const-prop signature.
Fixes #42097